body {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
}
header {
    background-color: #ffffff;
}
.top-bar {
    background-color: #000000;
    color: #ffffff;
    text-align:right;
    padding: 10px 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.contact-info span {
    margin-left: 35px;
}
.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.logo img {
      float: left;
      position: relative;
      top: -20px;
}
.nav-links {
    list-style-type: none;
    display: flex;
    gap: 20px;
    padding: 0;
}
.nav-links li {
    display: inline-block;
    position: relative;
}
.nav-links a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    display: block;
}
.dropbtn {
    cursor: pointer;
    font-size: large;
}

.dropdown-content {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #d2e3ee;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transform: translateX(-20px);
    transition: visibility 0s, opacity 0.5s ease, transform 0.5s ease;
}

.dropdown-content a {
    color: rgb(1, 0, 26);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.show {
    display: block;
}

.contact-button {
    background-color: #22126d;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 150px;
    height: 50px;
    border-radius: 8px;
    margin-left: 90px;
    font-weight: bold;
    position: relative;
    top: -15px;
}

.contact-button:hover {
    background-color: #2d1985f1;
}

.container {
    position: relative;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}
.background-image {
    background-image: url('https://media.istockphoto.com/id/1339324452/photo/aerial-shot-of-a-muslim-cemetery-in-istanbul.jpg?s=612x612&w=0&k=20&c=9MCs7BE88iM2JaziQSZsHyhoJ2eMANyHlVi-p_OLlgg=');
    height: 250px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}
.title {
    font-size: 2.5rem;
    color: #f6f8fa;
    margin-top: 20px;
    font-weight: bolder;
}
.book-button {
    background-color: #0a0a0a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    }

.book-button:hover {
    background-color: #ebeaf0;
    color: #000000;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background-color: rgba(54, 54, 54, 0.0); /* Adjust the background color and opacity as needed */
}
.burial-container {
    width: 90%;
    margin: 0 auto;
    background-image: url('background-image.jpg'); 
    background-size: cover;
    background-position: center;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    
}
.header h1 {
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #333;
    text-shadow: 2px 2px 1px #000000;
}
.header button {
    background-color: #eeae2e;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 20px 0;
}
.header button:hover {
    background-color: darkorange;
    color: #000000;
}
.header p {
    font-size: 17px;
    color: #0c0c0c;
    margin-left: 250px;
    max-width: 700px;
    line-height: 36px;
}
.services {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
}

.service {
    margin-bottom: 20px;
}

.service-header {
    display: flex;
    align-items: center;
}
.number {
    background-color: #d3af67;
    color: white;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.service h2 {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.service ul {
    list-style: circle;
    padding: 0;
}

.service ul li {
    font-size: 18px;
    color: #666;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .container {
        width: 95%;
    }
}
.faq-container {
    width: 90%;
    margin: 0 auto;
    padding: 40px;
}
.faq-image img {
    width: 270px;
    padding: 10px;
    margin-top: 50px;
    border-radius: 50%;
}
.faq-label {
    font-size: 34px;
    position: absolute;
    margin-left: 50px;
    color: goldenrod; 
    margin-top: 50px; 
}
.faqs {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    margin-left: 370px;
    margin-top: -330px;
}
.faq-question {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #333;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    border-bottom: 2px solid black;
    line-height: 1.8rem;
    gap: 10px;
}
.faq-question .plus {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #d3af67;
}
.faq-answer {
    display: none;
    padding: 10px 0;
    font-size: 18px;
    color: #c50909;
    line-height: 1.6rem;
}


@media (max-width: 768px) {
    .container {
        width: 95%;
    }
}
.about-us-container {
    position: relative;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
   display: flex;
}
.about-us-background {
    background-image: url('https://media.istockphoto.com/id/1560274224/vector/watercolor-frame-of-white-calla-lily-freesia-flowers-and-eucalipt-hand-drawn-floral.jpg?s=612x612&w=0&k=20&c=SpiNUExJLUJWbfphAFXuConkhVQWlIGvFxHKqUAxDyg=');
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.about-contact-info {
    font-size: larger;
    width: 500px;
    color: #fffdfd;
    margin-top: 20px;
    margin-left: -50px;
    background-color: rgba(0, 0, 0, 0.9);
}
.get-in-touch{
    font-size: larger;
    font-weight: bold;
    color: #080808;
    margin-top: 10px;
}
.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.3);*/
}
.get-in-touch button {
    color: #161616;
    background-color: none;
     border: 5px double black;
     font-size: 20px;
     font-family: 'Times New Roman', Times, serif;
}
.get-in-touch h2{
    font-size: 2rem;
    text-transform: uppercase;
}
.contact-info h2{
    font-size: 2.9rem;
}

.map-container iframe {
	width:100%;
    	height: 500px;
    	border: dashed;
    	border-radius: 8px;
}
	
.map-container {
    	display: flex;
    	justify-content: center;
    	width: 100%;
        border-radius: 10px;
}

.footer-container {
    background-color: #030303;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: scroll;
    height: 200px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 270px;
    line-height: 2.2rem;
}

.footer-content p {
    margin: 10px 0;
    font-size: 18px;
}
/* For small devices (phones) */
@media only screen and (max-width: 600px) {
    /* Styles for phones */
  }
  
  /* For medium devices (tablets) */
  @media only screen and (min-width: 601px) and (max-width: 768px) {
    /* Styles for tablets */
  }
  
  /* For larger devices (desktops, TVs) */
  @media only screen and (min-width: 769px) {
    /* Styles for desktops */
  }
  